Merge 8.0.6 branch into main
#70
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
✨ PR Overview
This PR introduces fixes and enhancements across multiple areas of the project.
🛠️ Changes
1️⃣ Page Number Jumps When Scrolling
This issue occurred in versions of the
GroupDocs.Viewer.UIpackage prior to v8.0.6. WhenPreloadPageswas set to a value greater than zero but less than the total number of pages in a document, the page number indicator would automatically jump to the next page as soon as the next set of pages was loaded during scrolling.✅ This behavior has been fixed in this release.
2️⃣
Fit WidthandFit HeightStrings Now TranslatedThe strings
Fit WidthandFit Heightin the zoom selector are now localized according to the selected language.3️⃣ Use Page Image for Thumbnail in Image Mode
When rendering in image mode (e.g., to PNG or JPG), thumbnails are no longer rendered separately. Instead, the actual page image is used as the thumbnail.
✅ This change improves API performance and reduces resource consumption by eliminating redundant thumbnail rendering.
4️⃣ Updated to GroupDocs.Viewer for .NET 25.4
This version integrates GroupDocs.Viewer for .NET 25.4.
For a full list of improvements and fixes, see the official release notes.
5️⃣ Added Missing Service Registration for
GroupDocs.Viewer.UI.Cloud.ApiResolved a runtime exception caused by a missing service registration when using the
GroupDocs.Viewer.UI.Cloud.Apipackage.✅ Required services are now properly registered during startup.
6️⃣ Added README Files to
GroupDocs.Viewer.UI.*ProjectsAdded README files with basic descriptions for each project in the solution to improve navigation and clarity for contributors.